home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
user.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
633b
|
67 lines
user(1) Scilab Function user(1)
NAME
user - interfacing a fortran routine
CALLING SEQUENCE
[s_1,s_2,...,s_lhs]=user(e_1,e_2,...,e_rhs)
DESCRIPTION
With this command it is possible to use an external program as a Scilab
command where (s_1,s_2,...,s_lhs) are the output variables and
(e_1,e_2,...,e_rhs) are the input variables. To insert this command in
Scilab one has to write a few lines in the user fortran subroutine of Sci-
lab. See intersci or the Scilab documentation for more information.
SEE ALSO
fort, link